void g (int a, int b) { int x, y; x = 2; y = 7; h = 5; x = 4; h = b; if (h < y) { y = 0; } else { x = 3; } }